IMoveAbsoluteCommand Interface

Represents an absolute move.

Inheritance hierarchy

System.Object
  IntervalZero.KINGSTAR.Class.IKsCommand
    IntervalZero.KINGSTAR.Class.IMoveAbsoluteCommand

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public interface IMoveAbsoluteCommand : IKsCommand
Public Interface IMoveAbsoluteCommand Inherits IKsCommand

 

The IMoveAbsoluteCommand interface exposes the following members.

Properties

  Name Description
Acceleration A value of the acceleration.
BufferMode Defines how to blend the velocity of two methods.
Deceleration A value of the deceleration.
Direction The moving direction of an axis.
Jerk A value of the jerk.
Position The target position for the motion. [unit] (negative or positive)
Velocity A value of the maximum velocity.

See also

IntervalZero.KINGSTAR.Base.Class Namespace